From 884065d67e3c3bbfab2f4044112817482233af8b Mon Sep 17 00:00:00 2001 From: Gunnar Hjalmarsson Date: Tue, 8 Nov 2022 16:28:14 +0100 Subject: [PATCH] Work around uscan issue with GitHub releases page The releases pages at GitHub are currently generated in a way which is not compatible with uscan. This commit replaces "releases" with "tags" in debian/watch to work around the issue. --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index ab1e001..7c65a04 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=4 opts="dversionmangle=s/\+ds\d?$//,repack,repacksuffix=+ds1,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ - https://github.com/byvoid/@PACKAGE@/releases \ + https://github.com/byvoid/@PACKAGE@/tags \ (?:.*?/)?(?:ver\.)?@ANY_VERSION@@ARCHIVE_EXT@ debian uupdate -- 2.30.2